home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.jan.archive / 000071_crash!rbhp56.r…armstadt.de!anh_Thu, 27 Jan 94 00:52:43 PST.msg < prev    next >
Text File  |  1994-02-17  |  4KB  |  85 lines

  1. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  2.       id <1o0u@bkhouse.cts.com>; Thu, 27 Jan 94 00:52:43 PST
  3. Received: from rbhp89.rbg.informatik.th-darmstadt.de by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #18) id m0pPCgF-0000tFC; Wed, 26 Jan 94 08:01 PST
  5. Received: from rbhp47.rbg.informatik.th-darmstadt.de by rbhp89.rbg.informatik.th-darmstadt.de with SMTP
  6.     (1.36.108.4/15.6) id AA27502; Wed, 26 Jan 1994 17:02:02 +0100
  7. Received: by rbhp47.rbg.informatik.th-darmstadt.de
  8.     (1.36.108.4/15.6) id AA01975; Wed, 26 Jan 1994 17:01:16 +0100
  9. Message-Id: <m0pPCgF-0000tFC@crash.cts.com>
  10. Date: Wed, 26 Jan 94 17:01:15 MEZ
  11. Full-Name: Olivier Anh
  12. In-Reply-To: <94Jan25.150934met.8118@sunbroy14.informatik.tu-muenchen.de>; from "Juergen Schmidt" at Jan 25, 94 3:09 pm
  13. Mailer: Elm [revision: 66.25]
  14. From: Olivier Anh <anh@rbhp56.rbg.informatik.th-darmstadt.de>
  15. To: AmigaE@bkhouse.cts.com (The AmigaE Mailing List)
  16. Subject: Re: Some Questions
  17.  
  18. Hallo Juergen
  19.  
  20.  
  21. > 3) There's a library called gadgetoutline.library.It simplifies
  22. >    GUI-Programming without having to use an interface builder (e.g.
  23. >    GadToolsBox).It can be found on Fish-Disk 911.Does anybody know
  24. >    if there's an E-Interface for it ?
  25. Also, Neeeee. Well, I saw the GadOutLines.library. It seems to be a great 
  26. library (but doesn't run undeer 1.3 :(
  27. What do you mean, with interface. If it is an Editor that uses 
  28. GadOutlines.library to vreate your GUI. I believe the is nnone...
  29. If it is a module, you can compile the pragmas (GadOutlines.h) with the
  30. SAS2Module programm, and the Include/gadOuLines.h into .i and then with
  31. Iconvert, to a libraries E module
  32.  
  33. Hope thats helps :)
  34.  
  35.  
  36. --
  37. -------------------------------------------------------------------------------
  38.    / / Olivier ANH   (ERAMUS Student)     |' And may the Force be with You ! '
  39. \ X /  anh@rbg.informatik.th-darmstadt.de |             - Return of the Jedi -
  40. -------------------------------------------------------------------------------
  41. From crash!freenet.carleton.ca!ao443 Thu, 27 Jan 94 00:52:51 PST
  42. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  43.       id <1o0z@bkhouse.cts.com>; Thu, 27 Jan 94 00:52:51 PST
  44. Received: from freenet-news.carleton.ca by crash.cts.com with smtp
  45.     (Smail3.1.28.1 #18) id m0pPCtW-00008qC; Wed, 26 Jan 94 08:15 PST
  46. Received: from freenet.carleton.ca by freenet-news.carleton.ca (4.1/SMI-4.0)
  47.     id AA03084; Wed, 26 Jan 94 11:14:46 EST
  48. Received: from localhost (ao443@localhost) by freenet.carleton.ca (8.6.4/8.6.4) id LAA24996; Wed, 26 Jan 1994 11:14:53 -0500
  49. Date: Wed, 26 Jan 1994 11:14:53 -0500
  50. Message-Id: <199401261614.LAA24996@freenet.carleton.ca>
  51. Reply-To: ao443@freenet.carleton.ca
  52. From: ao443@freenet.carleton.ca (Jason Maskell)
  53. To: amigae@bkhouse.cts.com
  54. Subject: New Project! C2E!
  55.  
  56.  
  57.     Ok, this is going to be my latest project, while I work the bugs
  58. out of Dirj (my dir utility in the works.) I have looked at a lot of C
  59. source, and the only thing I can see huge problems with (or any, for that
  60. matter), is Float handling. Here's what I have covered in design phase,
  61. tell me if I missed something. 
  62.  
  63. - Constant strings, covered. (Global list, with list[INDEX_NAME], and
  64. INDEX_NAME being the old constant string name.
  65. - Structures are easy.
  66. - Dereferenced pointers are going to be a little harder, but just deal
  67. with them the same way you do in E, with PTRs.. This will be a LOT
  68. easier with 3.0... Wouter??
  69. - Round up all extern variables and put them in one big DEF.
  70. - A lot of C stuff is just plain ignorable, ie. the definition of some
  71. external functions, when they're just in another module.
  72. - include calls replaced with calls to PMODULE and MODULE respectively.
  73. - Maintain a database of stupid C types, and convert them to E's big
  74. three. With proper conversion of the source you should not have to worry
  75. about types.
  76.  
  77.     Hmm.. There was some more stuff but I cannot remember it. Any
  78. comments are welcome, preferrably on the list for open discussion. 
  79.  
  80.  
  81.  
  82. --
  83. 'You see son, if this were Star Trek, we'd be negotiating with this Kobold.'
  84. - Unknown Angband Player